Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use jupyter/base-notebook as base docker image #416

Merged

Conversation

alexarchambault
Copy link
Member

Rather than jupyter/minimal-notebook, which adds around 2 GB.

Rather than jupyter/minimal-notebook, which adds around 2 GB.
@sbrunk
Copy link
Member

sbrunk commented Aug 12, 2019

I guess most of that size comes from texlive: https://github.com/jupyter/docker-stacks/blob/master/minimal-notebook/Dockerfile

@sbrunk
Copy link
Member

sbrunk commented Aug 12, 2019

It seems to be primarily used for notebook to PDF conversion via UI export or nbconvert. I don't think it's required for rendering LaTeX equations (I think that's done in the browser with MathJax but I haven't actually tested).

Seems this makes the 0.7.0 docker job on Travis fail
@alexarchambault
Copy link
Member Author

Yeah, LaTeX rendering happens on the front-end (kernels just send some display data with mime type text/latex).

@alexarchambault alexarchambault merged commit c6e16ca into almond-sh:master Aug 13, 2019
@alexarchambault alexarchambault deleted the more-lightweight-docker-image branch August 13, 2019 10:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants